Skip to main content
POST
[Beta] Report Link Users

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI. Use a TSE API key for calls to Auctions or Events API.

Body

application/json

Request to link multiple user IDs that represent the same user.

from
string
required

The opaque user ID of the original user account.

Required string length: 1 - 64
Example:

"user_abc123"

to
string
required

The opaque user ID of the target user account to be linked.

Required string length: 1 - 64
Example:

"user_xyz789"

Response

Users account link was reported successfully.